projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba45d7a
)
Adwaita: Add padding to circular button rows in menus
author
Matthias Clasen
<mclasen@redhat.com>
Thu, 23 Apr 2020 02:42:04 +0000
(22:42 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 23 Apr 2020 02:42:04 +0000
(22:42 -0400)
The lack of this was negatively affecting the spacing
of these buttons.
Fixes: #2626
gtk/theme/Adwaita/_common.scss
patch
|
blob
|
history
diff --git
a/gtk/theme/Adwaita/_common.scss
b/gtk/theme/Adwaita/_common.scss
index 4a81fc040123e5ba29202fcf921e8624ab55ab70..e26cadbad873a48e0f77c9e66aa8014c9548e6eb 100644
(file)
--- a/
gtk/theme/Adwaita/_common.scss
+++ b/
gtk/theme/Adwaita/_common.scss
@@
-4390,7
+4390,7
@@
popover.menu {
}
& box.circular-buttons {
- padding: 6px
0
;
+ padding: 6px
20px
;
button.circular.image-button.model {
@extend %list_button;